Options
All
  • Public
  • Public/Protected
  • All
Menu

Making Transfers on the dApp

Transfers are off-chain payments made between Raiden nodes. These are backed by deposits on-chain when a channel is opened and an amount is deposited into the channel.

Transfers can be made directly to the hub or to anyone who has a channel with the hub.

raiden-network

Let's walk through how to make a transfer in the dApp.

Direct Transfer

If we transfer an amount directly to a hub it is called a direct transfer. On the transfer screen we can enter the address and amount and hit continue.

direct-transfer

This is a direct transfer because it does not get routed. The screen confirms the direct transfer and you can click Transfer 0.2 TTT at the bottom to transfer the amount.

direct-transfer-confirm

After the dialogue with messages being exchanged between the nodes the dApp will redirect back to the transfer screen which now displays the transaction as part of the transaction history.

after-direct-transfer

Mediated Transfer

On the transfer screen enter the address of a node which also have a connection with the hub.

mediated-transfer

Request Route

At the request route screen the Path Finding Service price is indicated. Since this is a test environment we only have one PFS but on mainnet, Path Finding Services with competitive prices would be available. Click on Confirm PFS Fee of <0.000001 SVT > to confirm your choice of PFS.

request-route-pfs

Select Route

At the select route screen the number of hops along with the price is displayed. In a highly interconnected network there would be many routes to choose from. In the testnet environment the one hop route is selected for us and we could proceed by clicking Confirm Mediation Fee of ≈0.001839 TTT at the bottom.

select-route

Confirm Transfer

In the confirm transfer screen a brief summary of the transfer with all fees is shown. There are 2 types of fees to pay here:

confirm-transfer

  1. PATH FINDING SERVICE FEE is the fees for the PFS to provide all available routes for your transfer. This fee is paid from the SVT tokens (RDN tokens on mainnet) that were deposited to the UDC earlier.

  2. Mediation Fee is the fees payed to the mediating nodes for forwarding your transfer. This fee is payed in the same token (TTT here) as the one being sent to the target.

After examining the summary, click on Transfer ≈0.201839 TTT.

After transfer

After the dialogue with messages being exchanged between the nodes the dApp will redirect back to the transfer screen which now displays the transaction as part of the transaction history.

after-mediated-transfer

Generated using TypeDoc